home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_10703.txt < prev    next >
Text File  |  1990-02-06  |  2KB  |  91 lines

  1. -- card: 10703 from stack: in.STK
  2. -- bmap block id: 10855
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8005
  11. -- rect: left=105 top=121 right=140 bottom=127
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   beep 5
  23.   answer "Correct answer!!!"
  24.   visual effect dissolve
  25.   go next
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 8005
  33. -- rect: left=105 top=156 right=175 bottom=127
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: New Button
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   beep 1
  45.   answer "Incorrect, try again"
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 8005
  53. -- rect: left=105 top=192 right=211 bottom=127
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: New Button
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   repeat for 5 times
  65.     play "boing"
  66.   end repeat
  67.  
  68.   Answer "Nice try!"
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (button)
  74. -- low flags: 00
  75. -- high flags: 8005
  76. -- rect: left=105 top=212 right=231 bottom=127
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: New Button
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   beep 1
  88.   answer "Incorrect, try again"
  89. end mouseUp
  90.  
  91.